@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

:root {
    --padding-container: 100px 0;
    --color-title: #596c8f;
}


body {
    font-family: 'Poppins', sans-serif;
}


.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
   
    /* padding: var(--padding-container); */
}


/* Questions */

.questions{
    text-align: center;
}

.questions__container{
    display: grid;
    gap: 2em;
    padding-top: 50px;
    padding-bottom: 100px;
}

.questions__padding{
    padding: 0;
    transition: padding .3s;
    border: 1px solid #e1e1fc;
    border-radius: 0%;
    /* border-radius: 10%; */
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius:52px ;



}

.questions__padding--add{
    padding-bottom: 30px;
}

.questions__answer{
    padding: 10px 1px 0;
    text-decoration: none;
    color: hsla(105, 100%, 99%, 0.849);
    z-index: -1;
    background-color: #238df113;
    border-radius: 1%;
    box-shadow: 1px 5px 2px #0000009c;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius:52px ;
    /* border-radius: 10%; */
    /* width: 307px;
    height: 380px; */

    overflow: hidden;
}






.questions__title{
    margin-left: 20px;
    display: flex;
    /* text-align: center; */
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    /* color: var(--color-title); */
    color: #cacae7;
    justify-content: space-between;
    

}

.questions__title h3{
    margin-left: 20px;
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    /* color: var(--color-title); */
    color: #cacae7;
    justify-content: space-between;

}




.questions__title h5{
    margin-left: 20px;
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    /* color: var(--color-title); */
    color: #cacae7;
    justify-content: space-between;

}








.questions__arrow{
    border-radius: 50%;
    /* background-color: var(--color-title); */
    background-color: #8e8ece;
    /* background-color: #8e8ece; */

    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-self: flex-end; */
  
    transition:  transform .3s;
}

.questions__arrow--rotate{
    content: "";
    transform: rotate(180deg);
    text-decoration: none;
    

    /* opacity: .0; */

    z-index: -10;
    /* top: -1.3%;
    left: -2%; */

    
}





.questions__show{
  
    text-align: center;
    height: 0px;
    transition: height .3s;
}

.questions__img{
    display: block;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}




/* *********************web***************** */
/* *********************web***************** */
/* *********************web***************** */

.questions{
    text-align: center;
}

.questions__container{
    display: grid;
    gap: 2em;
    padding-top: 50px;
    padding-bottom: 100px;
}

.questions__padding{
    padding: 0;
    transition: padding .3s;
    border: 1px solid #e1e1fc;
    border-radius: 0%;
    /* border-radius: 10%; */
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px ;



}

.questions__padding--add{
    padding-bottom: 30px;
}

.questions__answer{
    padding: 0px 1px 0;
    text-decoration: none;
    color: hsla(105, 100%, 99%, 0.849);
    z-index: -1;
    background-color: #238df113;
    border-radius: 1%;
    box-shadow: 1px 5px 2px #0000009c;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius:35px ;
    /* border-radius: 10%; */
    /* width: 307px;
    height: 380px; */

    overflow: hidden;
}






.questions__title{
    margin-left: 12px;
    display: flex;
    /* text-align: center; */
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    /* color: var(--color-title); */
    color: #cacae7;
    justify-content: space-between;
    

}

.questions__title h3{
    /* margin-left: 20px; */
    display: flex;
    /* font-size: 20px; */
    padding: 30px 0 30px;
    cursor: pointer;
    /* color: var(--color-title); */
    color: #cacae7;
    justify-content: space-between;

}



.questions__arrow{
    border-radius: 50%;
    /* background-color: var(--color-title); */
    background-color: #8e8ece;
    /* background-color: #8e8ece; */

    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-self: flex-end; */
  
    transition:  transform .3s;
}

.questions__arrow--rotate{
    content: "";
    transform: rotate(180deg);
    text-decoration: none;
    

    /* opacity: .0; */

    z-index: -10;
    /* top: -1.3%;
    left: -2%; */

    
}

.sobremi{
    color: #fff;
    padding: 50px 20px;
}
.sobremi .questions__show{
    max-width: 1100px;
    margin: auto;
}







/* .questions__show{ */

.contenido-secciontext{

  
    text-align: center;
    height: 0px;
    transition: height .3s;
   
   
}




.contenido-secciontext p{
    text-align: center;
    
	position:relative;
	overflow:hidden;
    padding: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    
    
}

.questions__img{
    display: block;
    margin-top: 2px;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.questions__show .contenido-seccion p{
    /* text-align: center; */
    
	position:relative;
	overflow:hidden;
    padding: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    

}

/* **************mas info----------- */
/* *************WEB********************* */



    .questions01{
        text-align: center;
    }
    
    .questions01__container{
        display: grid;
        gap: 2em;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    
    .questions01__padding{
        padding: 0;
        transition: padding .3s;
        border: 1px solid #e1e1fc;
        border-radius: 0%;
        /* border-radius: 10%; */
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px ;
    
    
    
    
    }
    
    .questions01__padding--add{
        padding-bottom: 30px;
    }
    
    .questions01__answer{
        padding: 0px 1px 0;
        text-decoration: none;
        color: hsla(105, 100%, 99%, 0.849);
        z-index: -1;
        background-color: #238df113;
        border-radius: 1%;
        box-shadow: 1px 5px 2px #0000009c;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius:35px ;
        /* border-radius: 10%; */
        /* width: 307px;
        height: 380px; */
    
        overflow: hidden;
    }




        .questions01__arrow{
        border-radius: 50%;
        /* background-color: var(--color-title); */
        background-color: #8e8ece;
        /* background-color: #8e8ece; */
    
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* align-self: flex-end; */
      
        transition:  transform .3s;
    }
    
    
    .questions01__title{
        margin-left: 12px;
        display: flex;
        /* text-align: center; */
        font-size: 1px;
        padding: 30px 0 30px;
        cursor: pointer;
        /* color: var(--color-title); */
        /* color: #a5e48d; */
        --to: left;
        font-size: 1.6em;
        font-weight: bold;
        background-image: linear-gradient(
            to var(--to), #e5e8f0, #ebf3ebaf, #c1ecae
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* text-transform: uppercase; */
        line-height: 1em;
        /* box-shadow: 2px 3px 6px #e0404083; */
        border-radius: 5%;
        justify-content: space-between;
        
    
    }
    
    .questions01__title h3{

        /* margin-left: 20px; */
        display: flex;
        /* font-size: 20px; */
        padding: 30px 0 30px;
        cursor: pointer;
        /* color: var(--color-title); */
        /* color: #95c084; */
        --to: left;
        font-size: 1px;
        font-weight: bold;
        background-image: linear-gradient(
            to var(--to), #89a5df, #e46e7f, #e8e191
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* text-transform: uppercase; */
        line-height: 1em;
        /* box-shadow: 2px 3px 6px #e0404083; */
        border-radius: 5%;
        justify-content: space-between;
    
    }
    


    
    .questions01__arrow--rotate{
        content: "";
        transform: rotate(180deg);
        text-decoration: none;
        
    
        /* opacity: .0; */
    
        z-index: -10;
        /* top: -1.3%;
        left: -2%; */
    
        
    }
    
    .sobremi{
        color: #fff;
        padding: 50px 20px;
    }
    .sobremi .questions01__show{
        max-width: 1100px;
        margin: auto;
    }
    
    
    
    
    
    
    
    /* .questions__show{ */
    
    .contenido-secciontext{
    
      
        text-align: center;
        height: 0px;
        transition: height .3s;
       
       
    }
    
    
    
    
    .contenido-secciontext p{
        text-align: center;
        
        position:relative;
        overflow:hidden;
        padding: 12px;
        line-height: 22px;
        margin-bottom: 20px;
        
        
    }
    
    .questions01__img{
        display: block;
        margin-top: 2px;
    }
    
    .questions01__copy{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .questions01__show .contenido-seccion p{
        /* text-align: center; */
        
        position:relative;
        overflow:hidden;
        padding: 12px;
        line-height: 22px;
        margin-bottom: 20px;
        
    
    }
    
      
 



/* ************************************** */

/* *************** WEB *********************** */










#cursor {
    height: 15px;
    width: 15px;
    /* background-color: #96c11e80; */
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    transition: all linear 0.1s;
    margin-top: 0px;

  }
  #cursor-blur {
    height: 180px;
    width: 180px;
    /* background-color: rgba(112, 144, 233, 0.247); */
    /* background-color: rgba(30, 196, 58, 0.26); */

    border-radius: 50%;
    position: fixed;
    filter: blur(90px);
    z-index: 9;
    
    transition: all linear 0.4s;
    margin-top: -4px;
  }








@media screen and (max-width: 767px) {

.questions{
    text-align: center;
}



.questions__container{
    display: grid;
    gap: 2em;
    padding-top: 50px;
    padding-bottom: 100px;
}

.questions__padding{
    padding: 0;
    transition: padding .3s;
    border: 1px solid #e1e1fc;
    border-radius: 0%;
    /* border-radius: 10%; */
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px ;




}

.questions__padding--add{
    padding-bottom: 30px;
}

.questions__answer{
    padding: 0px 1px 0;
    text-decoration: none;
    color: hsla(105, 100%, 99%, 0.849);
    z-index: -1;
    background-color: #238df113;
    border-radius: 1%;
    box-shadow: 1px 5px 2px #0000009c;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius:35px ;
    /* border-radius: 10%; */
    /* width: 307px;
    height: 380px; */

    overflow: hidden;
}


.questions__title{
    margin-left: 12px;
    display: flex;
    /* text-align: center; */
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    /* color: var(--color-title); */
    color: #cacae7;
    justify-content: space-between;
    

}

.questions__title h3{
    /* margin-left: 20px; */
    display: flex;
    /* font-size: 20px; */
    padding: 30px 0 30px;
    cursor: pointer;
    /* color: var(--color-title); */
    color: #cacae7;
    justify-content: space-between;

}



.questions__arrow{
    border-radius: 50%;
    /* background-color: var(--color-title); */
    background-color: #8e8ece;
    /* background-color: #8e8ece; */

    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-self: flex-end; */
  
    transition:  transform .3s;
}

.questions__arrow--rotate{
    content: "";
    transform: rotate(180deg);
    text-decoration: none;
    

    /* opacity: .0; */

    z-index: -10;
    /* top: -1.3%;
    left: -2%; */

    
}

.sobremi{
    color: #fff;
    padding: 50px 20px;
}
.sobremi .questions__show{
    max-width: 1100px;
    margin: auto;
}







/* .questions__show{ */

.contenido-secciontext{

  
    text-align: center;
    height: 0px;
    transition: height .3s;
   
   
}




.contenido-secciontext p{
    text-align: center;
    
	position:relative;
	overflow:hidden;
    padding: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    
    
}

.questions__img{
    display: block;
    margin-top: 2px;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.questions__show .contenido-seccion p{
    /* text-align: center; */
    
	position:relative;
	overflow:hidden;
    padding: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    

}






}








/* **************mas info----------- */

@media screen and (max-width: 767px) {

    .questions01{
        text-align: center;
    }
    
    .questions01__container{
        display: grid;
        gap: 2em;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    
    .questions01__padding{
        padding: 0;
        transition: padding .3s;
        border: 1px solid #e1e1fc;
        border-radius: 0%;
        /* border-radius: 10%; */
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px ;
    
    
    
    
    }
    
    .questions01__padding--add{
        padding-bottom: 30px;
    }
    
    .questions01__answer{
        padding: 0px 1px 0;
        text-decoration: none;
        color: hsla(105, 100%, 99%, 0.849);
        z-index: -1;
        background-color: #238df113;
        border-radius: 1%;
        box-shadow: 1px 5px 2px #0000009c;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius:35px ;
        /* border-radius: 10%; */
        /* width: 307px;
        height: 380px; */
    
        overflow: hidden;
    }




        .questions01__arrow{
        border-radius: 50%;
        /* background-color: var(--color-title); */
        background-color: #8e8ece;
        /* background-color: #8e8ece; */
    
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* align-self: flex-end; */
      
        transition:  transform .3s;
    }
    
    
    .questions01__title{
        margin-left: 12px;
        display: flex;
        /* text-align: center; */
        font-size: 1px;
        padding: 30px 0 30px;
        cursor: pointer;
        /* color: var(--color-title); */
        /* color: #a5e48d; */
        --to: left;
        font-size: 1.6em;
        font-weight: bold;
        background-image: linear-gradient(
            to var(--to), #e5e8f0, #ebf3ebaf, #c1ecae
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* text-transform: uppercase; */
        line-height: 1em;
        /* box-shadow: 2px 3px 6px #e0404083; */
        border-radius: 5%;
        justify-content: space-between;
        
    
    }
    
    .questions01__title h3{

        /* margin-left: 20px; */
        display: flex;
        /* font-size: 20px; */
        padding: 30px 0 30px;
        cursor: pointer;
        /* color: var(--color-title); */
        /* color: #95c084; */
        --to: left;
        font-size: 1px;
        font-weight: bold;
        background-image: linear-gradient(
            to var(--to), #89a5df, #e46e7f, #e8e191
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* text-transform: uppercase; */
        line-height: 1em;
        /* box-shadow: 2px 3px 6px #e0404083; */
        border-radius: 5%;
        justify-content: space-between;
    
    }
    
    
    





/* 
titiulo box # */

    .questions01__title{
        margin-left: 12px;
        display: flex;
        /* text-align: center; */
        font-size: 1px;
        padding: 30px 0 30px;
        cursor: pointer;
        /* color: var(--color-title); */
        /* color: #a5e48d; */
        --to: left;
        font-size: 1.6em;
        font-weight: bold;
        background-image: linear-gradient(
            to var(--to), #e5e8f0, #ebf3ebaf, #c1ecae
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* text-transform: uppercase; */
        line-height: 1em;
        /* box-shadow: 2px 3px 6px #e0404083; */
        border-radius: 5%;
        justify-content: space-between;
        
    
    }
    
    .questions01__title h3{

        /* margin-left: 20px; */
        display: flex;
        /* font-size: 20px; */
        padding: 30px 0 30px;
        cursor: pointer;
        /* color: var(--color-title); */
        /* color: #95c084; */
        --to: left;
        font-size: 1px;
        font-weight: bold;
        background-image: linear-gradient(
            to var(--to), #89a5df, #e46e7f, #e8e191
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* text-transform: uppercase; */
        line-height: 1em;
        /* box-shadow: 2px 3px 6px #e0404083; */
        border-radius: 5%;
        justify-content: space-between;
    
    }
    
    















    
    .questions01__arrow--rotate{
        content: "";
        transform: rotate(180deg);
        text-decoration: none;
        
    
        /* opacity: .0; */
    
        z-index: -10;
        /* top: -1.3%;
        left: -2%; */
    
        
    }
    
    .sobremi01{
        color: #fff;
        padding: 50px 20px;
    }
    .sobremi01 .questions01__show{
        max-width: 1100px;
        margin: auto;
    }
    
    
    
    
    
    
    
    /* .questions__show{ */
    
    .contenido-seccion01{
    
      
        text-align: center;
        height: 0px;
        transition: height .3s;
       
       
    }
    
    
    
    
    .contenido-secciontext01 p{
        text-align: center;
        
        position:relative;
        overflow:hidden;
        padding: 12px;
        line-height: 22px;
        margin-bottom: 20px;
        
        
    }
    
    .questions01__img{
        display: block;
        margin-top: 2px;
    }
    
    .questions01__copy{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .questions01__show .contenido-seccion p{
        /* text-align: center; */
        
        position:relative;
        overflow:hidden;
        padding: 12px;
        line-height: 22px;
        margin-bottom: 20px;
        
    
    }
    
    
    }
    

/* ************************************** */




/* Footer */

.footer{
    /* background-color: #88a5db; */
    padding: 5px 100px;
}

.footer__title{
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 500px;
}

.footer__title, .footer__newsletter{
    color: #fff;
}


.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
}

.nav--footer{
    padding-bottom: 20px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}

.nav__link--footer{
    display: flex;
    margin: 0;
    margin-right: 20px;
    flex-wrap: wrap;
}

.footer__inputs{
    margin-top: 10px;
    display: flex;
    overflow: hidden;
}



.footer__copy{
    padding: 2px 0 10px;
    text-align: center;
    color: #fff;
}

.footer__copyright{
    font-weight: 3px;
}

.footer__icons{
    /* margin-bottom: 50px; */
    margin-top: 50px;
}

.footer__img{
    width: 25px;
    height: 25px;
}


    .questions__copy{
        width: 100%;
    }


      
    .footer{
        /* background-color: #88a5db; */
        padding: 0px 0px;
      
    }
    
    .footer__title{
        /* font-weight: 100; */
        font-size: 0.5rem;
        margin-bottom: 0px;
     
    }
    
    .footer__title, .footer__newsletter{
        color: #fff;
    }
    
    
    .footer__container{
        display: flex;
        /* margin-top: 250px; */
        justify-content: space-between;
        /* align-items: center; */
        border-bottom: 1px solid #078488;
        /* z-index: 200; */
     
    }
    
    
    
    
    
    
    
    
    
    .footer__copy{
        /* padding: 2px 0 10px; */
    
        text-align: center;
        color: #fff;
    }
    
    /* .footer__copyright{
        font-weight: 20px;
    } */
    
    .footer__copyright p{
        font-weight: 2x;
    }
        
    .footer .footer__copy {
        font-weight: 20px;
    }
    
    .footer__copy .footer__copyright {
        font-weight: 20px;
    }
    
    
    
    .footer__social{
    padding: 25px;
    }
    
    .footer__img{
        width: 25px;
        height: 25px;
    }
    
    
        .questions__copy{
            width: 100%;
        }
    
    
  /* ------------------BOTONinfo--------------------    */



  .BOTONG-info {
    display: flex;
    align-items: center;
    margin-top: 500px;
    cursor: pointer;
    background-color: transparent;
    /* border: 2px solid #ffffff00; */
    width: fit-content;
    display: block;
    margin: 15px auto;
 
    /* padding: 10px 22px; */
    font-size: 16px;
    color: #fff;
    position: relative;
    align-items: center;
    /* justify-content: center;   */
    text-align: center;

    z-index: 10;
  
  }
  
  .BOTONG-info{
      animation: animate 2.5s infinite;
  }
  
  .BOTONG-info {
    display: flex;
    /* width:100px ; */
    text-decoration: none;
    text-align: center;
    /* padding: 2px 5px; */
    /* margin-top: 18px; */
    border-radius: 15px;
    text-decoration: none;
    
  
  }
  



  .BOTONinfo{
        all: unset;
        border: 1px solid #afaeae55;
        /* padding: 10px 14px 15px; */
        border-radius: 20px;
        color: #fff;
        background-image: linear-gradient(
            to bottom, rgba(49, 163, 64, 0.445), transparent, rgba(236, 135, 135, 0.13)
        );
        cursor: pointer;
        transition: 0.5s;
        align-items: center;
        box-shadow: 10px 14px 15px #00000028;

    }
    .BOTONinfo:hover{
        background-color: #c591e685;
        color: #040018;
        color: #fff;
        box-shadow: 0 0 50px #c691e6;

        
    }

      











@media screen and (max-width: 767px) {

.footer{
    /* background-color: #88a5db; */
    padding: 0px 0px;
  
}

.footer__title{
    /* font-weight: 100; */
    font-size: 0.5rem;
    margin-bottom: 0px;
 
}

.footer__title, .footer__newsletter{
    color: #fff;
}


.footer__container{
    display: flex;
    /* margin-top: 250px; */
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #078488;
    /* z-index: 200; */
 
}









.footer__copy{
    /* padding: 2px 0 10px; */

    text-align: center;
    color: #fff;
}

/* .footer__copyright{
    font-weight: 20px;
} */

.footer__copyright p{
    font-weight: 2x;
}
    
.footer .footer__copy {
    font-weight: 20px;
}

.footer__copy .footer__copyright {
    font-weight: 20px;
}



.footer__social{
padding: 25px;
}

.footer__img{
    width: 25px;
    height: 25px;
}


    .questions__copy{
        width: 100%;
    }

/* ***************BOTONinfo************ */




.BOTONG-info {
    display: flex;
    align-items: center;
    /* margin-top: 500px; */
    cursor: pointer;
    background-color: transparent;
    /* border: 2px solid #ffffff00; */
    /* width: fit-content; */
    display: block;
    margin: 15px auto;
 
    /* padding: 10px 22px; */
    font-size: 16px;
    color: #fff;
    position: relative;
    align-items: center;
    /* justify-content: center;   */
    text-align: center;

    z-index: 10;
  
  }
  
  .BOTONG-info{
      animation: animate 2.5s infinite;
  }
  
  .BOTONG-info {
    display: flex;
    /* width:100px ; */
    text-decoration: none;
    text-align: center;
    /* padding: 2px 5px; */
    /* margin-top: 18px; */
    border-radius: 15px;
    text-decoration: none;
    
  
  }
  



  .BOTONinfo{
        all: unset;
        border: 1px solid #afaeae55;
        /* padding: 10px 14px 15px; */
        border-radius: 20px;
        color: #fff;
        background-image: linear-gradient(
            to bottom, rgba(49, 163, 64, 0.445), transparent, rgba(236, 135, 135, 0.13)
        );
        cursor: pointer;
        transition: 0.5s;
        align-items: center;
        box-shadow: 10px 14px 15px #00000028;

    }
    .BOTONinfo:hover{
        background-color: #c591e685;
        color: #040018;
        color: #fff;
        box-shadow: 0 0 50px #c691e6;

        
    }

      

} 



/* *************TEMPORIZADO********** */


.sobremi .contenido-seccion h5{
 
    /* text-align: center; */
    font-size: 35px;
    padding: 30px 0 10px;
    cursor: pointer;
    /* color: var(--color-title); */
    /* color: #a5e48d; */
    --to: left;
    
    text-align: center;
    font-weight: bold;

    
    background-image: linear-gradient(
        to var(--to), #e5e8f0, #ebf3ebaf, #c1ecae
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    line-height: 1em;
    /* box-shadow: 2px 3px 6px #e0404083; */
    border-radius: 5%;
    justify-content: space-between;
    box-shadow: 1px 5px 2px #00000077;
    border-bottom-right-radius: 20px;

    


} 



.sobremi .contenido-seccion .countdown p{
    /* text-align: center; */
    font-size: 1px;
    /* padding: 30px 0 30px; */
    cursor: pointer;
    /* color: var(--color-title); */
    /* color: #a5e48d; */
    --to: left;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    background-image: linear-gradient(
        to var(--to), #4eac5e, #ebf3ebaf, #c1ecae
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    line-height: 1em;
    /* box-shadow: 2px 3px 6px #e0404083; */
    border-radius: 5%;
    justify-content: space-between;
}


.sobremi .contenido-seccion .countdown-2 p{
    /* text-align: center; */
    font-size: 1px;
    /* padding: 30px 0 30px; */
    cursor: pointer;
    /* color: var(--color-title); */
    /* color: #a5e48d; */
    --to: left;
    font-size: 2em;
    text-align: center;
    font-weight: bold;

    background-image: linear-gradient(
        to var(--to), #4eac5e, #ebf3ebaf, #c1ecae
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    line-height: 1em;
    /* box-shadow: 2px 3px 6px #e0404083; */
    border-radius: 5%;
    justify-content: space-between;
}



  
.BOTONREG{
    animation: animate 2.5s infinite;
}

.BOTONREG {
  display: flex;

  text-decoration: none;
  text-align: center;
  padding: 2px 5px;
  margin-top: 18px;
  border-radius: 15px;
  text-decoration: none;
  justify-content: center;
  

}

  /* ***********************BOTON**********REGISTRO************* */

  .BOTONreg{
    all: unset;
    border: 1px solid #afaeae55;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    background-image: linear-gradient(
        to bottom, rgba(72, 212, 91, 0.904), transparent, rgba(15, 131, 50, 0.219)
        
    );
    box-shadow: 3px 5px 10px #16ac59a1;

    cursor: pointer;
    transition: 0.5s;
    animation: animate 2.1s infinite;

}
.BOTONreg:hover{
    background-color: #c591e660;
    color: #040018;
    color: #fff;
    box-shadow: 0 0 50px #c591e69f;
    
}



    /* ***********************BOTON**********REGISTRO************* */
    @media screen and (max-width: 767px) {


    .BOTONreg{
        all: unset;
        border: 1px solid #afaeae55;
        padding: 10px 20px;
        border-radius: 20px;
        color: #fff;
        background-image: linear-gradient(
            to bottom, rgba(72, 212, 91, 0.904), transparent, rgba(15, 131, 50, 0.219)
            
        );
        box-shadow: 3px 5px 10px #16ac59a1;

        cursor: pointer;
        transition: 0.5s;
        animation: animate 2.1s infinite;

    }
    .BOTONreg:hover{
        background-color: #c591e685;
        color: #040018;
        color: #fff;
        box-shadow: 0 0 50px #c691e6;
        
    }
}